UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

5 lines 394 B
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http"; import { AdminGetPaymentParamsType } from "../validators"; import { HttpTypes } from "@medusajs/framework/types"; export declare const GET: (req: AuthenticatedMedusaRequest<AdminGetPaymentParamsType>, res: MedusaResponse<HttpTypes.AdminPaymentResponse>) => Promise<void>; //# sourceMappingURL=route.d.ts.map